-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release v0.4.1 #101
release v0.4.1 #101
Conversation
Now that’s annoying. Would gorelease still insist on a new minor version if we exclude the Go version bump? |
What's the benefit of keeping it a patch release in this case? |
If it’s a minor release, the go-libp2p release will have to be another minor as well, according to semver. |
Can I simply merge it as a patch or is there something else I should do? |
This reverts commit 5793c7d.
Suggested version: Changes in diff --git a/go.mod b/go.mod
index ae42922..868c702 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module github.com/multiformats/go-multistream
-go 1.18
+go 1.19
require github.com/multiformats/go-varint v0.0.6
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Currently thinking this is a
Also if you run |
No description provided.